func crypto/ecdsa.verify

2 uses

	crypto/ecdsa (current package)
		ecdsa.go#L302: 	return verify(pub, c, hash, r, s)
		ecdsa_noasm.go#L19: func verify(pub *PublicKey, c elliptic.Curve, hash []byte, r, s *big.Int) bool {